Edit Task: SetTaskResourceBreakdownModes
Format
SCHED / EditTask '<TaskName>' SetTaskResourceBreakdownModes '<ResourceName>' <BreakdownStateApplies> '<UsableBreakdownModeList>'
Description
The SetTaskResourceBreakdownModes attribute under EditTask defines the usable resource state breakdown modes for the specified resource for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text in single quotes of the resource that is being defined within the command. |
BreakdownStateApplies | A Boolean value that determines whether breakdown state modes are applicable. |
UsableBreakdownModeList | A string of text in single quotes of a comma delimited list of usable breakdown modes. Empty string is allowed if the BreakdownStateApplies value is false. A mode name specified that is not already part of the predefined modes for the resource will be added dynamically to the associated resource's capacity state definition permanently as the next free enumerated mode index. |
Examples
Set usable modes during the breakdown of a task for all possibilities using ResA
SCHED / EditTask 'TaskA' SetTaskResourceBreakdownModes 'ResA'' True 'Red,Green'